Conversation
…1118) Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: kyle-compute <kylehvdbnl@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…placed, scoped rerun (#1120) Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: kyle-compute <kylehvdbnl@gmail.com>
There was a problem hiding this comment.
Risk: high. Left a non-blocking comment: Cursor Bugbot finished as skipped and left an unresolved high-severity finding on quota-cancel verdict handling, so this is not approved. Assigned reviewers for human review of this billing/quota promotion.
Sent by Cursor Approval Agent: Pull Request Router and Approver
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 319fe01. Configure here.
Co-authored-by: dot-agi <ps4534@nyu.edu>
|
/promote 33fa252 |
|
Promoted. main now points at |



Caution
DO NOT USE THE MERGE BUTTON ON THIS PULL REQUEST.
THE BUTTON CREATES A NEW COMMIT AND BREAKS THE RELEASE MODEL.
COMMENT
/promoteTO COMPLETE THE PROMOTION.Summary
Ships the quota lock removal, the QA accept/reject verdict rework, the network-shape e2e de-race, and
/promote <sha>support in the promotion workflow.Commits in this promotion
Validation
Staging Deployis green on the staging tipe43f64f8a1228767055eb76930fc9b0362cbe93a(run completed 2026-08-08T23:39:32Z).mainis an ancestor of the tip, so the promotion fast-forwards cleanly.Note
High Risk
Large cross-cutting release touching quota enforcement, task verdict persistence and constraints, promotion/git workflows, and core QA paths—incorrect verdict or quota behavior affects production task outcomes and spend controls.
Overview
This promotion advances main to the validated staging tip and ships four feature areas together.
Release & CI: Promotion Preflight and
/promotenow shareverify_promotion_target.sh, resolving the target from/promote <sha>, the PR body'spromotion-targetpin, or the staging tip, with fast-forward and green Staging Deploy checks. PR preview's require-working-preview gate uses!cancelled()so superseded runs do not publish failing checks.Quotas: Trial submission no longer takes org/user quota advisory locks; admission can briefly overshoot and the enforcement sweep cancels overage. Retries lock the task row before reserving
{task_id}-{N}.Task QA verdict: New
oddish.core.verdict_stateis the sole writer for verdict columns—published payloads stay visible while replacement QA runs; cancel restores, terminal failure clears. A DB check constraint enforces valid payload/status pairs. Verdicts use accept/reject (withis_goodkept for compatibility); the judge prompt is rewritten for immediate-rejection rules. UI shows Accepted/Rejected, matrix cells use QA tone on pass/fail glyphs, task overview lists all version trials (with "elsewhere" chips), and Rerun verdict callsqa/backfillwithforce: false.GET /trials/.../trajectory/summary?refresh=truerequires TASKS scope and bypasses schema-version cache.E2E: Shared
network-log.tsattributes requests by issue time and holds responses to beat StrictMode abort races in tasks/experiment network-shape specs.Reviewed by Cursor Bugbot for commit 33fa252. Bugbot is set up for automated code reviews on this repo. Configure here.